ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.FlexSheet Assembly / C1.Web.Mvc.Sheet.TagHelpers Namespace / SheetTagHelper<TControl> Class / VisibleChanged Property

In This Topic
    VisibleChanged Property (SheetTagHelper<TControl>)
    In This Topic
    Configurates the C1.Web.Mvc.Sheet.Sheet.OnClientVisibleChanged client event. Occurs after the visible of sheet has changed.
    Syntax
    'Declaration
     
    Public Property VisibleChanged As String
    public string VisibleChanged {get; set;}
    See Also